home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1994 / dec94 / text < prev   
Encoding:
Text File  |  1996-02-28  |  4.6 KB  |  113 lines

  1. 15/09/94
  2. Questions and Answers
  3. ~~~~~~~~~~~~~~~~~~~~~
  4. Q. I want to connect another IDE hard disc to my Risc PC. What links must I set?
  5. A. Assuming you are fitting a second hard disc similar to the one already fitted 
  6. (a Conner CFS series), you need to make sure that the (not)A/C link is fitted 
  7. to both drives and that the M/S link is only fitted to the drive connected 
  8. directly to the motherboard. (not)C/D should be left in the state it was in at 
  9. shipping.
  10.  
  11. Serial Ports, Printers and Modems: Part 2
  12. -----------------------------------------
  13. Unlike IBM PC compatibles, Acorn machines default to using the DSR line to flag 
  14. readiness to transmit, and require the presence of the DCD signal. On machines 
  15. fitted with the 82710 or 82711 serial controllers and the Risc PC, it is possible 
  16. to change which signals are used for flagging in software, using the 
  17. SWI"OS_SerialOp",0 command. Thus an IBM compatible cable may be used; the option 
  18. to reprogram the serial port in this manner is currently provided by some serial 
  19. communications software. If you have a suitable machine and prefer to use an 
  20. over-the-counter IBM standard cable rather than resort to making your own, check 
  21. with the supplier of your communications software that there is an option to 
  22. reprogram the serial controller.
  23.  
  24. It is possible to transfer data between a 32-bit Acorn computer and an 8 bit BBC 
  25. Model B / Master series via the Serial Port; the wiring diagram for the 
  26. appropriate cable is presented below.
  27.  
  28. On the transmitting system (assumed to be the Model B / Master), issue:
  29.  
  30. *FX8,4
  31. *FX3,1
  32.  
  33. The first call sets the transmission rate to 1200 baud, and the second selects 
  34. the serial port as the output device.
  35.  
  36. From BASIC on the receiving machine, (assumed to be a 32 bit Acorn machine), 
  37. issue:
  38.  
  39. SYS"OS_SerialOp",1,0
  40. SYS"OS_SerialOp",5,4
  41. *FX2,1
  42.  
  43. The first command configures the parity and word size: note that the Model B 
  44. defaults to one stop bit per word, whereas the 32 bit range defaults to two. The 
  45. second sets the receive rate to 1200 baud, and the third sets standard input to 
  46. be via the serial port.
  47.  
  48. Performing a LIST on a BASIC program stored in the BBC's RAM, or a *TYPE on a 
  49. plain text file stored on disc, will cause the program or text to be loaded into 
  50. whichever RISC OS application has the caret on the receiving machine.
  51.  
  52. To terminate communication, issue
  53.  
  54. *FX3,0
  55. *FX2,0
  56.  
  57. on both machines; the receiving machine should terminate communication first.
  58.  
  59. Updates to the RISC OS Applications Disc
  60. ----------------------------------------
  61.  
  62. Following on from the release of !Printers 1.22, Acorn has released another disc 
  63. containing improved versions of applications originally supplied with RISC OS 
  64. 3.1. The disc contains:
  65.  
  66. !Alarm, version 2.61
  67. !Calc, version 0.53
  68. !ChangeFSI, version 0.95
  69. !Chars, version 1.17
  70. !PrintEdit, version 0.38
  71. !T1ToFont, version 1.26
  72. 3Dupgrade
  73.  
  74. The applications have been changed in various ways. As well as feature 
  75. enhancements, known problems with the applications have also been fixed. The 
  76. applications now automatically contain the 3D icons and templates supplied as 
  77. part of !NewLook, so there is no need to use the !NewLook templates.
  78.  
  79. !ChangeFSI
  80.  
  81. ChangeFSI has been updated to support further image formats, and the formats 
  82. previously supported have been updated.
  83.  
  84. !PrintEdit
  85.  
  86. PrintEdit has been updated to allow support for the new options available within 
  87. the Printer Definition files supplied with !Printers 1.22.
  88.  
  89. !T1ToFont
  90.  
  91. T1ToFont has been updated in various ways:
  92.  
  93. If you have a Type 1 file but no corresponding AFM file, you can produce a usable 
  94. font by simply leaving the 'AFM file' field blank.  The resulting font will lack 
  95. kerning information, so do use the AFM file if you have it.
  96.  
  97. Most alphabetic fonts should convert successfully with the Encoding field set to 
  98. "Acorn Extended Latin".  Some symbol fonts have their own private encoding; for 
  99. these it is recommended that you select "As specified in Type 1 file" from the 
  100. Encoding menu.  This causes the font's internal encoding to be used, ensuring 
  101. that the glyphs are placed at the correct character codes.  The encoding is also 
  102. deposited in a file named "Encoding" in the font's directory, where the font 
  103. manager and printer drivers can make use of it.
  104.  
  105. 3DUpgrade
  106.  
  107. The directory 3DUpgrade contains two BASIC programs, one called 2D and the second 
  108. called 3D.  The programs can be used to set the correct bit in CMOS RAM to ensure 
  109. the templates and icons are shown in 3D or 2D depending on your choice.
  110.  
  111. !Alarm, !Chars and !Calc have had minor fixes made to them.
  112.  
  113. The disc containing this upgrade suite should be available from all Acorn dealers.